home *** CD-ROM | disk | FTP | other *** search
- object TextWindow: TTextWindow
- Left = 350
- Top = 247
- Width = 429
- Height = 215
- Caption = 'Text window'
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'System'
- Font.Style = []
- FormStyle = fsMDIChild
- PixelsPerInch = 120
- Position = poDefault
- Visible = True
- OnClose = FormClose
- OnCreate = FormCreate
- TextHeight = 20
- object Memo1: TMemo
- Left = 0
- Top = 0
- Width = 421
- Height = 188
- Align = alClient
- PopupMenu = PopupMenu1
- TabOrder = 0
- WantTabs = True
- OnKeyDown = Memo1KeyDown
- OnMouseDown = Memo1MouseDown
- end
- object FontDialog1: TFontDialog
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Left = 328
- Top = 32
- end
- object PopupMenu1: TPopupMenu
- Left = 88
- Top = 40
- object Cut1: TMenuItem
- Caption = 'Cu&t'
- end
- object Copy1: TMenuItem
- Caption = '&Copy'
- end
- object Paste1: TMenuItem
- Caption = '&Paste'
- end
- end
- end
-